Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 400 Bytes

ScalarVal.md

File metadata and controls

28 lines (19 loc) · 400 Bytes

ScalarVal

  • ScalarVal()

Validates whether the input is a scalar value or not.

v::scalarVal()->isValid([]); // false
v::scalarVal()->isValid(135.0); // true

Categorization

  • Types

Changelog

Version Description
1.0.0 Created

See also: