Class UnsafePrimitives

java.lang.Object
io.github.wasabithumb.jtoml.value.UnsafePrimitives

@Experimental public final class UnsafePrimitives extends Object
  • Method Details

    • createFloat

      @Contract("_, _ -> new") @NotNull public static @NotNull io.github.wasabithumb.jtoml.value.primitive.TomlPrimitive createFloat(double v, @NotNull @NotNull String chars)