mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
Further overhaul of package line comments.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// Multiple precision decimal numbers
|
||||
// NOTE: This is only for floating point printing and nothing else
|
||||
// Multiple precision decimal numbers for use by the `strconv` package.
|
||||
//
|
||||
// NOTE: This is only for floating point printing and nothing else.
|
||||
package strconv_decimal
|
||||
|
||||
Decimal :: struct {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
// package strconv implements conversions to and from string represnetations of other data types
|
||||
// Conversions to and from `string` representations of other data types like integers and booleans.
|
||||
package strconv
|
||||
|
||||
import "core:unicode/utf8"
|
||||
|
||||
Reference in New Issue
Block a user