This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
c
/
odin-lang.Odin
mirror de
https://github.com/odin-lang/Odin
Vigiar
2
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
Rename math/bits package name to `math_bits`
gingerBill
há 5 anos atrás
pai
ab52f8d795
commit
42678848b2
1 ficheiros alterados
com
1 adições
e
1 exclusões
Visão Unificada
Mostrar Estatísticas Diff
1
1
core/math/bits/bits.odin
+ 1
- 1
core/math/bits/bits.odin
Ver Ficheiro
@@ -1,4 +1,4 @@
-package bits
+package
math_
bits
import "core:os"
import "core:os"