Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 362 Bytes

File metadata and controls

24 lines (17 loc) · 362 Bytes

ScalarVal

  • ScalarVal()

Validates if the input is a scalar value.

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

Changelog

Version Description
1.0.0 Created

See also: