Skip to content

Library uses larger data types than necessary #14

@Luncher91

Description

@Luncher91

Currently the lib uses int and long only. The specification often uses a lot shorter integer types.

use short where int is specified (currently int)
use int where uint is specified (currently long)
use int where long is specified (currently long)
use long where ulong is specified (currently long)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions