[][src]Module blend2d::array

A contiguous growable array for use with the blend2d api.

Structs

Array

A contiguous growable array for use with the blend2d api. This is an array managed by blend2d, unless required one should use Vec instead. Its api tries to mimic Vec as close as possible.

Traits

ArrayType

A marker trait for types that can be used for a blend2d Array. This trait is also implemented for all blend2d core types.