VBArray$Typings<T> extension

on

Properties

dimensions num Function()

Available on VBArray<T>, provided by the VBArray$Typings extension

getter/setter pair
getItem ↔ T Function(num, [Iterable?])

Available on VBArray<T>, provided by the VBArray$Typings extension

getter/setter pair
lbound num Function([num?])

Available on VBArray<T>, provided by the VBArray$Typings extension

getter/setter pair
toArray List<T> Function()

Available on VBArray<T>, provided by the VBArray$Typings extension

getter/setter pair
ubound num Function([num?])

Available on VBArray<T>, provided by the VBArray$Typings extension

getter/setter pair