Skip to content

Refactor Gtable from Struct to Type Alias #5

@DylanMeeus

Description

@DylanMeeus

Gtable is just a lightweight wrapper around []float64 at the moment.
This can be refactored into a type Gtable []float64 alias. Or, even better perhaps, type Table []float64 to represent any kind of table (guard table / wave table).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions