Skip to content

Missing floating-point Kapacity operator support. #4

@DeveloprOfThings

Description

@DeveloprOfThings

The library should offer operation overloads for floating-point data times ie Double and Float, similar to what's available for Integral types. Something along the following lines:

operator fun plus(bytes: Double): Kapacity
operator fun plus(bytes: Float): Kapacity
operator fun minus(bytes: Double): Kapacity
operator fun minusbytes: Float): Kapacity
operator fun times(bytes: Double): Kapacity
operator fun times: Float): Kapacity
operator fun div(bytes: Double): Kapacity
operator fun div: Float): Kapacity

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions