Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Includes ¶ added in v0.12.0
INCLUDES checks whether a container includes a given value. @param {String | Any[] | Object | Iterable} haystack - The value container. @param {Any} needle - The target value to assert. @return {Boolean} - A boolean value that indicates whether a container contains a given value.
func Length ¶
LENGTH returns the length of a measurable value. @param {Measurable} value - The value to measure. @return {Int} - The length of the value.
func RegisterLib ¶ added in v0.8.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.