Appearance
tm_alltrue
tm_alltrue returns true if all elements in a given collection are true or "true". It also returns true if the collection is empty.
true
"true"
tm_alltrue(list)
tm_alltrue(["true", true]) true tm_alltrue([true, false]) false