FutureProg types

Language Collection

type ·

any → Boolean
True if there are any items in the collection

count → Number
The number of items in the collection

empty → Boolean
True if the collection is empty

first → Language
The first item in the collection or null if empty

last → Language
The last item in the collection or null if empty

reverse → Language Collection
The collection in reverse order

← Back to FutureProg types