Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5952065
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T17:37:41+00:00 2026-05-22T17:37:41+00:00

If I have a Vector: [1 2 3 4 5 6 7 8 9]

  • 0

If I have a Vector:

[1 2 3 4 5 6 7 8 9]

: and I want to replace the 5 with a 0 to give:

[1 2 3 4 0 6 7 8 9]

How can I do this when I only know the index as being 4?

Something like:

 (replace-in-vec [1 2 3 4 5 6 7 8 9] 4 0)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T17:37:42+00:00Added an answer on May 22, 2026 at 5:37 pm

    assoc works with vectors too!

     Usage: (assoc map key val)
            (assoc map key val & kvs)
    

    assoc[iate]. When applied to a map,
    returns a new map of the same
    (hashed/sorted) type, that contains
    the mapping of key(s) to val(s). When
    applied to a vector, returns a new
    vector that contains val at index.

    Note – index must be <= (count
    vector).

    (assoc [1 2 3] 1 :a)
     => [1 :a 3]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a vector that I want to insert into a set . This
Say I have a vector: (def data [Hello World Test This]) And I want
I have a vector<set<char> > data structure (transactions database) and I want to know
I have a vector with int values like: v=[10,8,6] and what I want is
I have a vector like so: vector<MyType*> _types; And I want to iterate over
I want to replace an element into a specific position of a vector, can
Suppose I have some code, struct NodeVector { vector<bool_node*> *vec; }; I want to
I have a vector of pair like such: vector<pair<string,double>> revenue; I want to add
I have a vector of integers and I want to convert it to a
I have a vector of beans that holds information I want to display in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.