hastebrot / protokola

Message Infrastructure.
Apache License 2.0
1 stars 0 forks source link

(feature) Implement bindings for observable. #9

Closed hastebrot closed 6 years ago

hastebrot commented 6 years ago

Messages for Property<T, R>:

Messages for value of type T:

Messages for value of type T : List<T>:

The shift() method removes the first element from an array and returns that removed element. This method changes the length of the array. Syntax: arr.shift()

The unshift() method adds one or more elements to the beginning of an array and returns the new length of the array. Syntax: arr.unshift(element1[, ...[, elementN]])