This website works better with JavaScript.
Почетна
Преглед
Помоћ
Регистрација
Пријавите Се
SisMaker
/
jiffy
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Projects
0
Издања
62
Вики
Activity
Преглед изворни кода
Fixed typo in example
pull/149/head
Andrew Dryga
пре 7 година
родитељ
210e287e61
комит
d4482fb363
No known key found for this signature in database
GPG Key ID:
573060ECEB98A9B6
1 измењених фајлова
са
2 додато
и
2 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
lib/jiffy.ex
+ 2
- 2
lib/jiffy.ex
Прегледај датотеку
@ -106,8 +106,8 @@ defmodule Jiffy do
# Examples
iex
>
Jiffy
.
decode!
(
[
1
,
2
,
3
]
)
"
[1,2,3]
"
iex
>
Jiffy
.
decode!
(
"
[1,2,3]
"
)
[
1
,
2
,
3
]
"""
@spec
decode!
(
String
.
t
,
opts
::
:jiffy
.
decode_option
(
)
)
::
any
(
)
|
no_return
(
)
def
decode!
(
data
,
opts
\\
[
]
)
do
Write
Preview
Loading…
Откажи
Сачувај