Handbook
Glossary
(plist-NSDictionary>) ( NSDictionary -- hashtable )
Vocabulary
cocoa
.
plists
.
private
Inputs
NSDictionary
an
object
Outputs
hashtable
an
object
Definition
USING:
cocoa.enumeration
cocoa.messages
cocoa.plists
cocoa.runtime
kernel
;
IN:
cocoa.plists.private
:
(plist-NSDictionary>)
( NSDictionary -- hashtable )
dup
[
[
nip
]
[
{
id
{
id
SEL
id
}
}
"valueForKey:"
send
]
2bi
[
plist>
]
bi@
]
with
NSFastEnumeration>hashtable
;