Skip to main content
Code sample in Swift, C# and Java
Main menu
About
History
Swift
C#
Java
Python
Error message
Deprecated function
: implode(): Passing glue string after array is deprecated. Swap the parameters in
drupal_get_feeds()
(line
394
of
/home/virtwww/w_code-sampc3e_56a7b680/http/includes/common.inc
).
You are here
Home
»
Forums
»
Swift
»
Swift: Initializing of types
»
Swift: Initializing collections
User login
Username
*
Password
*
Request new password
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.
What code is in the image?
*
Enter the characters shown in the image.
Initialization of sets in Swift
Submitted by
obraztsov
on Mon, 11/09/2015 - 10:14
Forums:
Swift: Initializing collections
let
intHashSet:
Set
= [
2
,
3
,
5
,
7
,
11
,
13
,
17
,
19
];
Log in
to post comments