enum Enums::SnipsPrecision

Overview

Enum describing the precision of a resolved value.

Defined in:

bindings/enums.cr

Enum Members

Approximate = 0

The resolved value is approximate.

Exact = 1

The resolved value is exact.

Instance Method Summary

Instance Method Detail

def approximate? #

[View source]
def exact? #

[View source]