8000 I128(-42) instead of I64(-42) · Issue #54 · Keats/tera2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
I128(-42) instead of I64(-42) #54
Open
@azemlya

Description

@azemlya

Another thing I don't understand:

{% set m = {
    "key1": 42,
    "key2": -42,
    "key3": 42.424242,
    "key4": -42.424242,
} %}

In the debug mode, I take a look and see I128(-42).

Map(String("key1"): I64(42), String("key2"): I128(-42), String("key3"): F64(42.424242), String("key4"): F64(-42.424242))

Why? What is the reason for this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0