GLTF.ZVectorType
ZVector{T} <: AbstractVector{T}

Simple 0-based Vector. For a more generic solution, see OffsetArrays.jl.

GLTF.ZeroRangeType
ZeroRange(n)

Defines an AbstractUnitRange corresponding to the half-open interval [0,n), equivalent to 0:n-1 but with the lower bound guaranteed to be zero by Julia's type system.