- Index
- »
- axon
- »
- func:first
def
func:first
first(val)
Get the first item from an ordered collection or return null if the collection is empty:
- list: item at index 0
- grid: first frow
- stream: first item; see Streams
Get the first item from an ordered collection or return null if the collection is empty: