The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
446 B
14 lines
446 B
3 years ago
|
name: disabler
|
||
|
long_name: Disabler
|
||
|
description: |
|
||
|
A disabler object is an object that behaves in much the same way as
|
||
|
NaN numbers do in floating point math. That is when used in any
|
||
|
statement (function call, logical op, etc) they will cause the
|
||
|
statement evaluation to immediately short circuit to return a disabler
|
||
|
object. A disabler object has one method:
|
||
|
|
||
|
methods:
|
||
|
- name: found
|
||
|
returns: bool
|
||
|
description: Always returns `false`
|